Converted these images to PNG, saving a handful of bytes per image
[adiumx.git] / Frameworks / FriBidi Framework / NSString-FBAdditions.h
blob23a8ec2caa5edae275df1461a7f66a88c4c24c02
1 //
2 // NSString-FBAdditions.h
3 // FriBidi
4 //
5 // Created by Ofri Wolfus on 22/08/06.
6 // Copyright 2006 Ofri Wolfus. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
12 @interface NSString (FBAdditions)
14 /*!
15 * @abstract Retusn the base writing direction of the receiver.
16 * @discussion Returns <code>NSWritingDirectionNatural</code> if the writing direction is not fixed.
18 - (NSWritingDirection)baseWritingDirection;
20 @end